home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Gold Medal Software 2
/
Gold Medal Software Volume 2 (Gold Medal) (1994).iso
/
misc
/
ukelct16.arj
/
INSTALL.BAT
< prev
next >
Wrap
DOS Batch File
|
1993-10-03
|
795b
|
31 lines
echo off
cls
echo UK-Elect Release 1.60 is about to be installed from drive A: onto C:
echo It will be installed into a directory called UKELECT, which will
echo be created if necessary.
echo.
echo If you want to stop now then type Ctrl-C to quit.
echo.
echo (You can copy uke160.exe and ukem160.exe into the directory of
echo your choice and then type uke160 and ukem160 to decompress them)
echo.
pause
c:
cd\
md UKELECT
cd UKELECT
echo Copying UK-Elect program archive into UKELECT directory..
copy a:uke160.exe c:
echo Copying UK-Elect map archive into UKELECT directory..
copy a:ukem160.exe c:
echo.
echo extracting UK-Elect program files..
uke160
echo.
echo extracting UK-Elect maps..
ukem160
echo.
echo.
echo UK-Elect can now be run by typing UKELECT
echo.